home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / MorphOS / Epic4_mos / share / epic / help / 6_functions / randread < prev    next >
Encoding:
Text File  |  2002-10-28  |  350 b   |  18 lines

  1. Synopsis:
  2.    $randread(<fd>)
  3.  
  4. Technical:
  5.    This function reads a random line from a file opened with the $open()
  6.    function.
  7.  
  8. Practical:
  9.    This function has many novelty uses: random messages for /quit, /kick,
  10.    /part, or /topic.
  11.  
  12. Returns:
  13.    data read from file, or nothing on error
  14.  
  15. See Also:
  16.    close(6); open(6); read(6)
  17.  
  18.